home *** CD-ROM | disk | FTP | other *** search
- Path: cyberus.ca!news
- From: Todd Pepin <tpepin@cyberus.ca>
- Newsgroups: comp.lang.c++
- Subject: HELP: TCW 4.5 container class compile errors
- Date: Sun, 18 Feb 1996 09:20:18 -0800
- Organization: Cyberus Online Inc.
- Message-ID: <31275FD2.6C4A@cyberus.ca>
- NNTP-Posting-Host: dialup129.cyberus.ca
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (Win16; I)
-
- Hi All,
-
- Has anyone out there run into the following problem? I'm trying to use one of the Borland
- container classes to implement an array for one of my classes:
-
- #include <classlib/arrays.h>
- #include "myclass.h"
- TIArrayAsVector<MyClass> myList(10,0,10);
- // code which uses the list...
-
- When I try and compile this source, I get the following error:
- Error ..\TCWIN45\INCLUDE\CLASSLIB\VECTIMP.H 1216: Illegal structure operation in
- function TMICVectorImp<PSpcDamage,TStandardAllocator>::Find(const PSpcDamage *) const
-
- I'm kind of at a loss as to where to even begin trying to fix this. Any help would
- be greatly appreciated.
-
- Regards,
-
- Todd Pepin
- tpepin@cyberus.ca
-